home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / vsc92nov.zip / tmpstring.h < prev    next >
C/C++ Source or Header  |  1992-11-02  |  381b  |  16 lines

  1. /*
  2.  * tmpstring.h -- Declarations for temporary string save function
  3.  *
  4.  * (C) m.b (Matthias Blume), Tue Jun  2 10:00:54 MET DST 1992, HUB/Ger
  5.  *         Humboldt-University of Berlin, Germany
  6.  *
  7.  * ident "@(#) tmpstring.h (C) M.Blume, Humboldt-Uni Berlin, 1.2"
  8.  */
  9.  
  10. # ifndef TMPSTRING_H_
  11. # define TMPSTRING_H_
  12.  
  13. extern char *tmpstring (const char *s, unsigned short len);
  14.  
  15. # endif
  16.